home *** CD-ROM | disk | FTP | other *** search
/ Utilities Professional 1-1500 / Utilities Professional 1-1500 (1994)(WPD)[!].iso / 12511500 / var1443.dms / var1443.adf / s / Startup_1_2 < prev    next >
Text File  |  1992-09-02  |  1KB  |  43 lines

  1. ; Startup-Sequence for Single Drive Amigas-(2MB). By Jason Petty,1994
  2.  
  3. C:SetPatch QUIET
  4. C:Version >NIL:
  5. C:AddBuffers >NIL: DF0: 10
  6. FailAt 21
  7.  
  8. Resident >NIL: C:Assign PURE
  9. C:MakeDir RAM:bin RAM:T RAM:Clipboards RAM:ENV RAM:ENV/Sys
  10. C:Copy >NIL: HCE:bin RAM:bin ALL NOREQ
  11.  
  12. Assign >NIL: ENV: RAM:ENV
  13. Assign >NIL: T: RAM:T
  14. Assign >NIL: CLIPS: RAM:Clipboards
  15. Assign >NIL: PRINTERS: DEVS:Printers
  16. Assign >NIL: KEYMAPS: DEVS:Keymaps
  17.  
  18. ; Best and most common place to put program files.
  19. Assign >NIL: BIN: RAM:bin
  20.  
  21. ; One way to show the linker where the Libraries are.
  22. Assign >NIL: LIB: HCE:lib
  23.  
  24. ; One way to show Hce where the Include files are.
  25. Assign >NIL: INCLUDE: HCE:include
  26.  
  27. IF NOT EXISTS SYS:Fonts
  28.   Assign >NIL: FONTS:
  29. EndIF
  30.  
  31. BindDrivers
  32.  
  33. ; Another way to show the linker where the Libraries are.
  34. SetEnv LIB "HCE:lib"
  35.  
  36. ; Another way to show Hce where the Include files are.
  37. SetEnv INCLUDE "HCE:include"
  38.  
  39. Path >NIL: RAM: RAM:T RAM:bin HCE:lib HCE:include C: S:
  40. Resident Assign REMOVE
  41. LoadWB
  42. EndCLI >NIL:
  43.